projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d446951
)
(c-make-styles-buffer-local): Fix typo.
author
Juanma Barranquero
<lekktu@gmail.com>
Mon, 27 Jan 2003 08:47:18 +0000
(08:47 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Mon, 27 Jan 2003 08:47:18 +0000
(08:47 +0000)
lisp/progmodes/cc-styles.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/cc-styles.el
b/lisp/progmodes/cc-styles.el
index 8cf7b35b96b122c5758409e6463dad5d69c359ea..4bd72f290703d4c8c2d4467b450dbc6b84beaae0 100644
(file)
--- a/
lisp/progmodes/cc-styles.el
+++ b/
lisp/progmodes/cc-styles.el
@@
-578,7
+578,7
@@
default.
If you edit many different styles of C (or C++, Objective-C, Java,
etc) at the same time, you probably want the CC Mode style variables
-to be buffer local. If you do, it's advi
c
able to set any CC Mode
+to be buffer local. If you do, it's advi
s
able to set any CC Mode
style variables in a hook function (e.g. off of `c-mode-common-hook'),
instead of at the top level of your ~/.emacs file.